go.uber.org/zap/zapcore.jsonEncoder.AddInt (method, view implemented interface methods)

one use

	go.uber.org/zap/zapcore (current package)
		json_encoder.go#L323: func (enc *jsonEncoder) AddInt(k string, v int)         { enc.AddInt64(k, int64(v)) }